body {
    background-color: rgb(201, 249, 201);
    width: 100%;  
    margin: 60px;
}

.container{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	left: 350px;
    margin-top: 20px;
	
}
.text-block{
	position: absolute;
	top: 700px;
	left: 190px;
	background-color: rgb(246, 243, 243);
	color: rgb(254, 248, 248);
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 20px;
}
.text-block2{
	position: absolute;
	top: 900px;
	left: 180px;
	background-color: rgb(246, 243, 243);
	color: rgb(254, 248, 248);
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 20px;

}
.text-block3{
	position: absolute;
	top: 1075px;
	left: 190px;
	background-color: rgb(246, 243, 243);
	color: rgb(254, 248, 248);
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 20px;
}
.text-block4{
	position: absolute;
	top: 1250px;
	left: 180px;
	background-color: rgb(246, 243, 243);
	color: rgb(254, 248, 248);
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 20px;
}
.text-block5{
	position: absolute;
	top: 1450px;
	left: 180px;
	background-color: rgb(246, 243, 243);
	color: rgb(254, 248, 248);
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 20px;
}
.text-block6{
	position: absolute;
	top: 1625px;
	left: 160px;
	background-color: rgb(246, 243, 243);
	color: rgb(254, 248, 248);
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 20px;
}
.text-block7{
	position: absolute;
	top: 1830px;
	left: 160px;
	background-color: rgb(246, 243, 243);
	color: rgb(254, 248, 248);
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 20px;
}
.heading-block{
	position: absolute;
	text-align: center;
	background-color: gainsboro;
	margin-top: auto;
	top: 500px;
	width: 80%;
	left: 200px;
	border-radius: 20px;
	padding-left: 5px;
    font-size: 1.25vw;	
	z-index: -1;
}
.logo{
	margin-bottom: 10%;
}
.heading-block2{
    align-items: center;
    text-align: center;
    border-bottom-style: solid;
    text-underline-position: below;
    font-size: 25px;

}
.ending{
	background-color: gainsboro;
	text-align: center;
	margin-bottom: 10%;
	padding-bottom: 10px;
	border-radius: 20px;
}